Tools
Orchestra Designer MCP Tools
| Tool | Description |
|---|---|
list_projects | Get all projects in a given context (public or user). |
list_scenarios | Get all scenarios of a project. |
scenario_information | Get full information about a specific scenario. |
create_project | Create a new project in a given context. |
create_scenario | Create a new scenario within a project. |
delete_project | Delete a project in a given context. |
delete_scenario | Delete a scenario within a project. |
scenario_element_metadata | Get metadata for a scenario element type or import type (e.g. SCENARIO_ELEMENT, CHANNEL, ENVIRONMENT_ENTRY). |
create_scenario_element | Create a scenario element (e.g. channel, env entry, mapping) in a scenario. |
delete_scenario_element | Delete a scenario element from a scenario. |
scenario_element_info | Get full information for a specific scenario element. |
scenario_element_schema | Get the JSON schema for a scenario element (by pluginID and optional subtype). |
patch_scenario_element | Update a scenario element with partial data (patch). |
list_scenario_element | List all scenario elements in a scenario, optionally filtered by type. |
import_element | Create a scenario element by importing content (e.g. BPMN, mappings) with a given import type. |
designer_download_scenario | Download a valid scenario (e.g. as .psc file). |
designer_download_project | Download a valid project (e.g. as .psb file). |
designer_upload_scenario | Upload a scenario file into a project. |
scenario_element_validation | Validate a scenario element and return errors and warnings. |
info
scenario_element_info, designer_download_scenario & designer_download_project are disabled by default to prevent unintentional data exposure to an external LLM.
To enable them, remove the respective entries from disable.tools in your environment_settings.xml.